home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d7
/
litecom6.arc
/
LCLIB.EXE
/
LITECOMM.ERR
< prev
next >
Wrap
Text File
|
1991-08-08
|
655b
|
26 lines
/*
** litecomm.err - Copyright (c) 1991 - Information Technology, Ltd.
** All Rights Reserved
**
** LiteComm error defines
*/
#ifndef LITECOMM_ERR /* if not already included */
#define LITECOMM_ERR 1
#define _LC_NOERROR 0 /* no error detected */
#define _LC_NOMEM 1 /* unable to allocate memory */
#define _LC_BADPORT 2 /* not a valid port */
#define _LC_BADPARM 100 /* bad parameter passed */
#define _LC_BADPARITY 101
#define _LC_BADBITS 102
#define _LC_BADSTOP 103
#define _LC_BUFEMPTY 200
#define _LC_BUFFULL 201
#define _LC_SIGNAL 202
#define _LC_TIMEOUT 203
#define _LC_USERABORT 204
#endif